@charset "utf-8";
/* CSS Document */
html {
    color: #333;
}

div, dl, dt, dd, ul, li, h1, h2, h3, form, legend, input, button, textarea, select, p, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

button, em, input, option, select, textarea, th {
    /*font: inherit;*/
}

li {
    list-style: none;
}

h1, h2, h3, h4 {
    font-weight: normal;
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333;
    font-family: "microsoft yahei", '微软雅黑';
    background-color: #ffffff;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #333;
}

input {
    outline: none;
}

/****公用****/
.fl {
    float: left;
}

.fr {
    float: right;
}

.txt-center {
    text-align: center;
}

.bor {
    border: 1px solid #CCC;
}

.rel {
    position: relative;
}

.red {
    color: #FF0000;
}

.white {
    color: #FFF;
}

.block {
    display: block;
}

.in-block {
    display: inline-block;
}

.hide {
    display: none;
}

.transparent_class {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.dotted {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    clear: both;
}

.pm0 {
    padding: 0 !important;
    margin: 0 !important;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.pd30 {
    padding: 30px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    clear: both !important;
}

.clear.both {
    height: 10px;
}

.clear-fix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear-fix {
    display: block;
}

.wrap {
    width: 90%;
    margin: 0 auto;
}

.blank20 {
    margin: 0 auto;
    width: 100%;
    height: 20px;
    font-size: 1px;
    clear: both;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
    align-items: flex-end;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

/*两个display: inline-block;内联块元素之间的空隙问题 在父布局添加该样式*/
.clear-gap {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

iframe {
    frameborder: 0;
    scrolling: no
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.head {
}

.content {
    margin: 0 auto;
    width: 100%;
}

.bottom {
}

body {
    background: url(../images/bg_banner.png) no-repeat center top #fff;
    background-size: 100% auto;
}

/*tab切换公共样式*/
.title {
    height: 40px;
    text-align: center;
}

.title h2 {
    float: left;
    font-size: 18px;
    text-align: center;
}

.title h2 a {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #666;
    margin-right: 20px
}

.title h2 a.active, .title h2 a.col {
    border-bottom: #005896 4px solid;
    color: #005896;
    font-weight: 600
}

.title .more {
    display: none;
    float: right;
    color: #484848;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666
}

.title .more:hover {
    color: #3479bb;
}

.title .block {
    display: block;
}

.list {
    display: none;
    margin-top: 15px;
}

.list ul li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    color: #333333;
    position: relative;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list ul li:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #CCCCCC;
    margin: 0 5px;
    position: absolute;
    top: 50%
}

.list ul li a {
    color: #4c4c4c;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left: 20px;
}

.list ul li .date {
    float: right;
    color: #bfc0c0;
    font-size: 16px;
    padding-right: 5px
}

.list a:hover, .list ul li a:hover {
    color: #1a5db1;
}

.list ul li:hover {
    display: block;
    background-color: #edf3f8
}

.list ul li:hover:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #1a5db1;
}

/*当前位置*/
.dqwz {
    width: 100%;
    margin: 0 auto;
    line-height: 60px;
    height: 60px;
    text-align: left;
    font-size: 16px;
    color: #666666;
}

.dqwz a {
    color: #666666;
}

.dqwz a:hover {
    color: #D94D3D;
}

.dqwz dd {
    display: none;
    float: right;
    text-align: right;
}

/*三角箭头*/
.arrow-up:before {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    content: '';
}

.arrow-down:before {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    content: '';
}



@media (max-width: 768px) {

    body {
        background: url(../images/bg_banner_m.png) no-repeat center top #fff;
        background-size: 100% auto;
    }

    .title h2 {
        font-size: 17px
    }

    .title .more {
        font-size: 13px;
        color: #005896
    }

    .list ul li {
        font-size: 16px;
        height: 37px;
        line-height: 37px
    }

    .list ul li a {
        max-width: 75%
    }

    .dqwz {
        font-size: 12px;
        line-height: 27px;
    }

    .arrow-down:before {
        width: 6px;
        height: 6px;
    }
}
